Card Requests

The Dynagraph Viewer provides a simple interface for executing card requests. All requests are actually poll messages sent to the device, configured as DDS data groups. All card types are requested the same way; different types do not require different procedures (see below). However, if the device does not support a card type, the request commands for that type will be disabled. See Card Types for card type descriptions and respective toolbar icons.

The following card request procedures are described below.

Executing Card Requests

To Request a Card

Do one of the following:

Note: If a new dialog box appears, the context-menu command is for multiple cards. See Custom Card Requests below.

When the request is submitted, a dialog box appears to notify you of the action. Click OK. If the request fails, another dialog box will appear with the error description. The field to the right of the Pending box shows the card type currently being retrieved. If more than one card request is currently being processed, the count will be reflected in the status bar Pending box. A retrieved card is automatically added to the view set and its information is displayed in the card plot and details panel.

Executing a Card Trace

The card trace option (Card Trace) lets you poll current cards at a specified interval for a specified duration, allowing you to closely monitor a well for a short length of time. As soon as the card trace is started, it will run for the user-specified duration then stop automatically. Traces can also be stopped manually. Each card is overlaid in the card plot as it is returned (see Overlaying Cards).

To Set up a Card Trace

  1. On the Poll menu, click Setup Trace. The Card Trace Setup dialog box appears.
  2. In the Rate field, enter the rate at which the device is polled in minutes and seconds (MM:SS). The default value is 30 seconds.
  3. In the Duration field, enter the length of time of the card trace in minutes and seconds (MM:SS). The default value is two minutes.
  4. Click Save to save these settings and return to the Viewer without starting a trace, or click Start to save settings and start a trace immediately.

Card trace settings are preserved across Dynagraph Viewer sessions. Whenever you start a trace, the current settings will be used.

To Start or Stop a Card Trace

Do one of the following:

As notification that a trace is running, the Start/Stop Card Trace button Card Trace on the toolbar will depress, regardless what method was used for starting the trace. When a trace is stopped, automatically or manually, the button will return to normal.

Executing Custom Card Requests

It is possible to select more than one Current Card or Shutdown Card at once, or request multiple Shutdown/Pump-up card pairs. These commands are available on the Poll menu.

Most devices cache a fixed number of current cards (usually 5). Using the Viewer you can request all of the cached cards, or a configured range.

Different devices store cards in different orders. On some devices, cards are numbered in reverse chronological order. That is, "1" refers to the most recent card, and "5" refers to the card generated five strokes ago. Some devices use chronological order. CygNet returns cards in the order in which they are stored on the device.

To Request Multiple Current Cards

  1. On the Poll menu, click Get Current Cards. The Request Current Cards dialog box appears.
  2. In the First Card Number field, enter the first card that you want to retrieve. This value is "1" by default, indicating that the poll will begin with most recent card. Entering "2" would give you the second card, and so on.
  3. In the Last Card Number field, enter the number of the last card that you want to retrieve. This field is set to the device’s maximum current card retention number, so you cannot enter a number larger than the default.
  4. Click OK to send the request.

The process of retrieving multiple shutdown cards is nearly identical to that of retrieving multiple current cards. The note (above) about card order still applies.

To Request Multiple Shutdown Cards

  1. On the Poll menu, click Get Shutdown Cards. The Request Shutdown Cards dialog box appears.
  2. In the First Card Number field, enter the first shutdown card that you want to retrieve. This value is "1" by default, indicating that the poll will begin with the first shutdown card. Entering "2" would give you the second shutdown card, and so on.
  3. In the Last Card Number field, enter the number of the last shutdown card that you want to retrieve. This field is set to the device’s maximum shutdown card retention number, so you cannot enter a number larger than the default.
  4. For some devices, enter an integer value in the Card Set field to poll the cards from a specific shutdown card set. In most situations, leave this field as "1."
  5. Click OK to send the request.

A variation of requesting multiple shutdown cards is requesting these cards with their subsequent pump-up cards. This process is similar to the above request procedures.

To Request Multiple Card Pairs

  1. On the Poll menu, click Get Custom Card Pair. The Request Shutdown Card dialog box appears.
  2. In the First Card Number field, enter the number of the first shutdown/pump-up card pair that you want to retrieve. This value is "1" by default, indicating that the poll will begin with the first shutdown/pump-up card pair. Entering "2" would give you the second card pair, and so on.
  3. In the Last Card Number field, enter the number of the last shutdown/pump-up card pair that you want to retrieve. This field is set to the device’s maximum card pair retention number, so you cannot enter a number larger than the default.
  4. For some devices, enter an integer value in the Card Set field to poll the cards from a specific shutdown/pump-up card set. In most situations, leave this field as "1."
  5. Click OK to send the request.

To send a card request with parameters and/or use a status point, use the Execute Command option in the Device menu.

Aborting Card Requests

It is possible to abort all polls or just the current poll. Abort commands may be used if a request is taking a long time, if too many requests are queued up, or if you click the wrong button accidentally.

To Abort the Current Request

On the Poll menu, click Abort Current Poll. The request is aborted immediately with no further notification.

To Abort all Pending Requests

On the Poll menu, click Abort All Polls. All requests are aborted immediately with no further notification. The Abort Current Poll command is available only when a card request is being processed. The Abort All Polls command is available only when two or more requests are being processed. To see how many requests are pending, see the Pending field in the status bar.

Back to top